Extension point locators
In component org.nuxeo.runtime.management.ServerLocator
Documentation
Here is the information that have to be provided : the server domain name, is this mbean server the default server, is this mbean server already exist, the rmiPort where this mbean server is registered into.
The following line figures out the use :
<locator domain="org.nuxeo" default="true" exist="false" rmiPort="2100"/>
Contribution Descriptors
- Class: org.nuxeo.runtime.management.ServerLocatorDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="locators" target="org.nuxeo.runtime.management.ServerLocator"> <locator default="true" domain="jboss"/> </extension>